System.Collections.IDictionary.IsReadOnly Property

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns if this dictionary is read-only. This implementation always returns false.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private bool IDictionary.IsReadOnly{ get;}
Visual Basic (Declaration)
Private ReadOnly Property System.Collections.IDictionary.IsReadOnly As Boolean Implements IDictionary.IsReadOnly
Visual C++
private:
virtual property bool System.Collections.IDictionary.IsReadOnly {
	bool get () sealed = IDictionary::IsReadOnly::get;
}

Field Value

Always returns false.

See Also